runtime.bucket.next (field)

3 uses

	runtime (current package)
		mprof.go#L50: 	next    *bucket
		mprof.go#L230: 	for b := buckhash[i]; b != nil; b = b.next {
		mprof.go#L245: 	b.next = buckhash[i]